home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 18
/
CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso
/
CUCD
/
Programming
/
AmigaE
/
Src
/
Tools
/
EasyGUI
/
Plugins
/
ticker.e
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-13
|
416 b
|
19 lines
OPT MODULE
MODULE 'tools/EasyGUI',
'intuition/intuition'
EXPORT OBJECT ticker OF plugin
ENDOBJECT
PROC min_size(ta,fh) OF ticker IS 0,0
PROC will_resize() OF ticker IS FALSE
PROC render(ta,x,y,xs,ys,w:PTR TO window) OF ticker IS EMPTY
PROC message_test(imsg:PTR TO intuimessage,win:PTR TO window) OF ticker
ENDPROC imsg.class=IDCMP_INTUITICKS
PROC message_action(class,qual,code,win) OF ticker IS TRUE